home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Apple Reference & Presen…rary 6 (Reseller Edition)
/
Apple Ref. & Pres. Lib.v6.0.toast
/
pc
/
3-Presentations
/
Markets
/
Education
/
HyperCard In Education
/
Plate Tectonics
/
card_7799.txt
< prev
next >
Wrap
Text File
|
1990-04-02
|
1KB
|
61 lines
-- card: 7799 from stack: in
-- bmap block id: 8142
-- flags: 0000
-- background id: 10276
-- name: quake
----- HyperTalk script -----
on OpenCard
hide background button "next"
end OpenCard
-- part 2 (button)
-- low flags: 00
-- high flags: 8002
-- rect: left=198 top=312 right=336 bottom=330
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Animation
----- HyperTalk script -----
on mouseUp
push card
if the name of this card is not "world map" then
go to card "world map"
repeat 4 times
visual wipe left very slowly
go next
wait 30
end repeat
end if
end mouseUp
-- part 3 (button)
-- low flags: 00
-- high flags: A002
-- rect: left=16 top=319 right=340 bottom=76
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Return
----- HyperTalk script -----
on mouseUp
global ReturnCard
go ReturnCard
end mouseUp